chore: Release 5.5.7#1153
Conversation
There was a problem hiding this comment.
LGTM — straightforward release bump (5.5.6 → 5.5.7) with Android SDK update from 5.9.2 to 5.9.3.
Extended reasoning...
Overview
This is a routine release PR that bumps the SDK version from 5.5.6 to 5.5.7. The changes are purely mechanical:
- Version strings updated consistently across
pubspec.yaml,android/build.gradle,ios/onesignal_flutter.podspec - SDK version constants updated in
OneSignalPlugin.javaandOneSignalPlugin.mfrom"050506"to"050507"(matching the new version) - Android native dependency bumped from
com.onesignal:OneSignal:5.9.2to5.9.3
Security risks
None introduced by this PR itself. The underlying Android SDK 5.9.3 release contains two fixes (activity lifecycle tracking and requestPermission fallback routing) per the PR description, but the Flutter SDK changes here are purely version metadata.
Level of scrutiny
Low. This is a textbook release-bump PR following the established pattern in the repo (compare to commit 8ddf748 for 5.5.7 itself and 65a908b for 5.5.6). All version strings are consistent with each other, and the SDK version encoding ("050507") correctly matches the semver 5.5.7.
Other factors
No bugs found by the bug hunting system. The diff is small (5 files, ~5 effective line changes) and contains no logic changes.
Channels: Current
🛠️ Native Dependency Updates